x11: Copy from actual window, not parent
authorBenjamin Otte <otte@redhat.com>
Mon, 7 Mar 2011 16:45:08 +0000 (17:45 +0100)
committerBenjamin Otte <otte@redhat.com>
Mon, 7 Mar 2011 16:45:08 +0000 (17:45 +0100)
commit8d1b7362b3f2e3d52153c2ac2e41b8926c05f143
tree7d17e61af0b484d77bd7c2c7a7662479daf419c3
parent7fe353b1861df58245a4cdcc97ff56508dc38a6e
x11: Copy from actual window, not parent

This code is a relic from GTK2 days and should not be necessary anymore,
as code now makes sure to only copy those parts of the window that are
not overlapped by parent windows.

By deleting it we fix potential issues with composited and translucent
windows copying the wrong data.

https://bugzilla.gnome.org/show_bug.cgi?id=643416
gdk/x11/gdkgeometry-x11.c